From: Lukas Tribus Date: Sun, 20 Nov 2022 09:56:34 +0000 (+0100) Subject: luci-mod-network: improve description for filterwin2k option again X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=2c889b5762329b4dc592fd1a220d5a7d9c3851e4;p=project%2Fluci.git luci-mod-network: improve description for filterwin2k option again Stop using the word useless both in the name and the description and call the feature what it actually is (Filter SRV/SOA service discovery). Signed-off-by: Lukas Tribus [slightly reword commit message] Signed-off-by: Jo-Philipp Wich (cherry picked from commit 8607aa7a6712d6a78e4c8cc1be391fe60b85908c) --- diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js index db6d509ea4..b539c3887a 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js @@ -454,8 +454,8 @@ return view.extend({ o.default = o.enabled; s.taboption('advanced', form.Flag, 'filterwin2k', - _('Filter useless'), - _('Avoid uselessly triggering dial-on-demand links (filters SRV/SOA records and names with underscores).') + '
' + + _('Filter SRV/SOA service discovery'), + _('Filters SRV/SOA service discovery, to avoid triggering dial-on-demand links.') + '
' + _('May prevent VoIP or other services from working.')); o = s.taboption('advanced', form.Flag, 'filter_aaaa',